Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / ShapeActionsCommand Constructor / ShapeActionsCommand Constructor(Shape,Shape[],ResizeAnchor,Double,Double,Boolean,Boolean,Boolean)
The drawing object which resize action starts with.
The drawing objects to process.
A GrapeCity.Spreadsheet.Drawing.ResizeAnchor value indicates the resize direction.
The horizontal resizing distance.
The vertical resizing distance.
A bool value indicates whether the resizing is from the center of drawing objects.
A bool value indicates whether the connection shape will be auto layout.


In This Topic
    ShapeActionsCommand Constructor(Shape,Shape[],ResizeAnchor,Double,Double,Boolean,Boolean,Boolean)
    In This Topic
    Initializes a new instance of the ShapeActionsCommand class for resizing action.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal activeDrawingObject As Shape, _
       ByVal drawingObjects() As Shape, _
       ByVal resizeAnchor As ResizeAnchor, _
       ByVal horizontal As Double, _
       ByVal vertical As Double, _
       ByVal inflate As Boolean, _
       ByVal autolayout As Boolean, _
       Optional ByVal flipHorizontal As Boolean _
    )
    'Usage
     
    
    Dim activeDrawingObject As Shape
    Dim drawingObjects() As Shape
    Dim resizeAnchor As ResizeAnchor
    Dim horizontal As Double
    Dim vertical As Double
    Dim inflate As Boolean
    Dim autolayout As Boolean
    Dim flipHorizontal As Boolean
     
    Dim instance As New ShapeActionsCommand(activeDrawingObject, drawingObjects, resizeAnchor, horizontal, vertical, inflate, autolayout, flipHorizontal)

    Parameters

    activeDrawingObject
    The drawing object which resize action starts with.
    drawingObjects
    The drawing objects to process.
    resizeAnchor
    A GrapeCity.Spreadsheet.Drawing.ResizeAnchor value indicates the resize direction.
    horizontal
    The horizontal resizing distance.
    vertical
    The vertical resizing distance.
    inflate
    A bool value indicates whether the resizing is from the center of drawing objects.
    autolayout
    A bool value indicates whether the connection shape will be auto layout.
    flipHorizontal
    See Also